RtEZRequestA('You entered this string:\n \a\s\a.','So I did', NIL, [buf], NIL)
ENDIF
ret := RtGetStringA(buf, 127, 'Enter anything:', NIL,
[RTGS_GADFMT,' _Ok |New _2.0 feature!|_Cancel',
RTGS_TEXTFMT,
'These are two new features of ReqTools 2.0:\nText above the entry gadget and more than\none response gadget.',
RT_UNDERSCORE, "_",NIL])
IF (ret = 2) THEN RtEZRequestA('Yep, this is a new\nReqTools 2.0 feature!',
'Oh boy!', NIL,NIL, NIL)
ret := RtGetStringA(buf, 127, 'Enter anything:', NIL,
[RTGS_GADFMT, ' _Ok |_Abort|_Cancel',
RTGS_TEXTFMT,
'New is also the ability to switch off the\nbackfill pattern. You can also center the\ntext above the entry gadget.\nThese new features are also available in\nthe RtGetLongA() requester.',
RTGS_BACKFILL, FALSE,
RTGS_FLAGS, GSREQF_CENTERTEXT OR GSREQF_HIGHLIGHTTEXT,
RT_UNDERSCORE, "_",NIL])
IF (ret = 2) THEN RtEZRequestA('What!! You pressed abort!?!\nYou must be joking :-)',